home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if not exist reconfig.exe goto fail
- if exist install.txt type install.txt
- reconfig -install %1
- goto end
-
- :fail
- cls
- echo .
- echo . Reconfig installation ABORTED...Could not find Reconfig.exe...
- echo .
- echo . To install from Drive A, type: A:
- echo . INSTALL
- echo .
- echo . Or, to install from Drive B, type: B:
- echo . INSTALL
- echo .
-
- :end